mouseUpInBackdrop
Type
message
Summary
Sent when the user releases the mouse button, while the mouse pointer is in the backdrop.
Syntax
mouseUpInBackdrop <pButtonNumber>
Description
Handle the mouseUpInBackdrop message to perform an action when the user releases the mouse button after clicking in the backdrop.
The mouseUpInBackdrop message is sent to the current card.
If the backdrop property is set to "none", the mouseUpInBackdrop message is not sent.
Parameters
Name | Type | Description |
---|---|---|
pButtonNumber | enum | Specifies which mouse button was pressed: |
Examples
on mouseUpInBackdrop
go to stack "Main" -- brings to front, if already open
end mouseUpInBackdrop
Related
glossary: property, mouse button, mouse pointer, message, current card
message: mouseUp, mouseDownInBackdrop
property: backdrop
Compatibility and Support
Introduced
LiveCode 1.1
OS
mac
windows
linux
Platforms
desktop
server